* {
	padding: 0;
	margin: 0px;
}

:root {
	--primary-font: "Poppins", sans-serif;
	--secondary-font: "Source Sans Pro", sans-serif;
}

body,
html {
	font-family: "Montserrat", sans-serif;
	-webkit-print-color-adjust: exact;
	padding: 0px;
	margin: 0px;
	text-decoration: none !important;
}

a {
	text-decoration: none;
	color: inherit;
}

.wrapper {
	border-radius: 8px;
	margin: 0 auto;
	max-width: 450px;
	width: 100%;
	min-height: 800px;
	height: 100%;
	position: relative;
}

.share {
	width: auto;
	background: transparent;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 100000;
	position: absolute;
	right: 20px;
	top: 10px;
}

#paymentLink {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.btnIcons {
	width: 100%;
	height: auto !important;
	margin: auto;
}

.upibtnIcon {
	width: 100%;
	height: auto !important;
	margin: auto;
	flex-direction: column;
	align-items: center;
}

.share > button {
	border: none;
	font-weight: 600;
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 5px;
}

.share img {
	width: 60px;
	height: 26.15px;
	border-radius: 4px;
}

.bg-img {
	position: absolute;
	top: 0;
	z-index: -99;
	width: 100%;
	height: 100%;
}

.bg-img img {
	width: 100%;
	height: 100%;
}

.waterMarkImage {
	position: absolute;
	max-width: 300px;
	height: auto;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.waterMarkImage img {
	height: 100%;
	width: 100%;
}

.heading {
	color: #ffffff;
	text-align: center;
	min-height: auto;
	width: 82%;

	/* margin: auto; */
	padding-top: 215px;
	margin: 0px 0px 0px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;

	/* color: #000;
    text-align: center;
    
    min-height: 43%;
    width: 70%;
    margin: auto;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    
    position: relative;
    top: 97px;
    margin-bottom: 20px; */
}

.profile-img {
	position: absolute;
	top: 107px;

	text-align: center;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.heading img {
	width: 125px;
	margin: auto;
	object-fit: contain;
	/* width: 100px;
    margin: auto; */
}

.contact-info {
	position: absolute;
	bottom: 200px;
	left: 12px;

	height: auto !important;
	gap: 10px;
	/* margin: auto; */
	/* margin: 10px 70px 0px 25px; */
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fontstyle {
	font-family: var(--secondary-font);
	padding-left: 10px;
	word-break: break-word;
	font-weight: 500;
	font-size: 16px;
	line-height: 148%;
	color: #ffffff;
}

.info-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	margin: auto;
}

.icon {
	width: 30px;
	height: 25px;
	margin-right: 15px;
}

.icon img {
	width: 100%;
	height: 100%;
}

.logo-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: auto;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 17px;
	margin-bottom: 30px;
	margin-top: 34px;
	position: absolute;
	top: 180px;
	right: 18px;
}

.hide {
	display: none !important;
}

.show {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.footerData > .logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0 !important;
}

.info {
	width: 100% !important;
}

.info a {
	display: none;
	/* justify-content: center;
    text-align: center; */
}

.logo {
	width: 40px;
	height: 40px;
	/* margin: auto; */
}

.logo img {
	/* height: 100%;
    margin-right: 15px; */
	width: 44.01px;
	height: 42.91px;
}

.companyName {
	font-family: var(--secondary-font);
	font-weight: 700;
	font-size: 27px;
	line-height: 148%;
}

.informations {
	margin-top: 25px;
	position: relative;
}

.information {
	width: 80%;
	margin: 10px auto 0 auto;
}

.information p {
	text-align: center;
	margin: auto;
	font-family: var(--secondary-font);
	font-weight: 300;
	font-size: 14px;
	line-height: 148%;
}

.informations h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 148%;
	font-family: var(--secondary-font);
}

.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: 300px;
	left: 140px;
	bottom: 37px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#pdfIcon > img {
	z-index: 2;
	width: 32px;
	height: 35px;
	margin-right: 5px;
}

/* .btn-grad img {
    width: 100%;
    height: auto !important;
} */

.footer_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.box_1 {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-right: 20px;
}

.btnText {
	/* margin-top: 5px; */
	font-family: var(--secondary-font);
	font-weight: 600;
	font-size: 16px;
	line-height: 148%;
	/* display: none; */
	/* padding-left: 8px; */
	color: #ffffff;
}

#downloadPdf {
	background: transparent;
	border: none;
	/* color: #fff; */
	/* font-weight: 600; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	/* flex-direction: column; */
	font-size: 12px;

	position: absolute;
	right: 20px !important;
	bottom: 35px !important;
	cursor: pointer;
}

#downloadPdf > div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
}

/* #downloadPdf>div>img {
    margin: 0 !important;
} */

.box_1 p,
.box_2 p {
	font-size: 14px;
}

.box_1 img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.box_2 {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-right: 20px;
}

.box_2 img {
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

.bx1 {
	width: 135px;
	margin-right: 35px;
}

.footer__ {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.box_2__ {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	bottom: 0px;
	left: 5px;
}

.bx1 {
	position: relative;
}

.contactDetails {
	height: auto;
	gap: 10px;
	/* margin: auto; */
	margin: 0px 70px 0px 24px;

	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contactDetails a {
	text-decoration: none;
	padding: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contactDetails .firstspan {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contactDetails .firstspan img {
	width: 38px;
}

.contactDetails .secondspan {
	width: 80%;
}

.contactDetails .secondspan p {
	font-family: var(--primary-font);
	color: #000000;
	font-weight: 600;
	font-size: 20px;
	line-height: 148%;
}

/* #adbFooter  */
#adbFooter a {
	text-decoration: none;
	font-size: 12px !important;
}
.adb-footer p {
	font-size: 12px !important;
}
.countView {
	padding: 0px 10px !important;
}

img[src=""] {
	display: none !important;
}

.centerData {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.savecontactinfo {
	width: 100% !important;
	margin-left: 12px;
}

#savecontact {
	position: absolute;
	bottom: 143px;
}

.whatsapp {
	position: absolute;
	bottom: 29px;
	left: 0px;
}

.whatsapplogo {
	width: 40px;
	height: 40px;
	margin: auto;
	align-items: center;
	gap: 10px;
	display: flex;
}

.whatsapplogo > img {
	height: 85%;
	width: 100%;
}

#Email_text {
	height: 30px;
	overflow: hidden;
}

#Website_text {
	height: 30px;
	overflow: hidden;
}

/* #Location_text {
    height: 30px;
    overflow: hidden;
} */
.container {
	width: 448px;
	height: 101px;
	z-index: 999;
	background: black;
	opacity: 0.9;
	box-shadow: 0px 4px 4px rgb(26 26 26 / 25%);
	backdrop-filter: blur(1000px);
	border-radius: 10px;
	align-items: center;
	display: flex;
	margin: auto auto;
	margin-top: 29px;
}



img:not([src]), img[type='src'], img[type='src'] {
    display: none !important;
}

@media only screen and (max-width: 375px) {
	.contact-info {
		left: 4px;
	}

	.savecontactinfo {
		margin-left: 4px;
	}
}
